home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / mui / mcc_datestring / mcc_datestring.pi < prev    next >
Fred Fish's Product-Info  |  1997-12-06  |  2KB  |  89 lines

  1. .name
  2. DateString.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class for easy date string handling.
  7. .description
  8. DateString is a Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It's a subclass of string-class and date-class.
  10.  
  11. The idea of this class was born during developing my Gregor application.
  12.  
  13. MUI public custom class displaying a string gadget for date strings. The
  14. display format of the date string can be freely defined. An input string can
  15. be parsed by the given format string (see below), or in over 40 known
  16. formats.
  17.  
  18. DateString.mcc features that are of interest for users:
  19. - Handles years from 8 to 8000
  20. - Supports the Gregorian calendar reform
  21. - Supports 21 languages
  22. - Supports drops of other date objects and date-strings
  23. - Can be dragged around
  24. - A week can begin with any weekday
  25. - Supports various string formats via template
  26. - Can autodetect over 40 date-string formats
  27.  
  28. DateString.mcc features of interest for developers:
  29. - Based on Date.mcc
  30. - Supports MUIM_Import and MUIM_Export
  31. - The date can be read as day/month/year format or as JD or MJD
  32. - The date range can be restricted
  33. - Method to set the current date
  34. - Methods for increasing and decreasing the date
  35. - Method to compare with another date object
  36. .version
  37. 12.3
  38. .date
  39. 1997.11.27
  40. .author
  41. Kai Hofmann
  42. .address
  43. Arberger Heerstr. 92
  44. 28307 Bremen
  45. GERMANY
  46. .email
  47. i07m@informatik.uni-bremen.de
  48. .url
  49. http://home.pages.de/~i07m/
  50. http://home.pages.de/~i07m/amiga/mui/DateString.html
  51. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_DateString.lha
  52. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_DateString.lzx
  53. .requirements
  54. MUI 3.1
  55. date.library (included)
  56. locale.library
  57. .distribution
  58. Giftware
  59. .price
  60. The minimum price is a trade. Send me a full version of your product at
  61. no cost including free updates!
  62. .installsize
  63. 10KB - 208KB
  64. .exectype
  65. Compiled C
  66. .source
  67. ANSI-C demo source included
  68. .construction
  69. SAS/C 6.59 with optimization
  70. .tested
  71. CPU: 68030; OS 3.1; MUI 3.8; Video/Graphics: Picasso II (Village Tronic);
  72. Enforcer 37.70; Mungwall 37.71; SegTracker 37.70; Installer 43.3
  73. .docs
  74. MCC_DateString.readme
  75. docs/English/DateString_mcc.guide
  76. docs/English/DateString_mcc.doc
  77. docs/Deutsch/DateString_mcc.guide
  78. docs/Deutsch/DateString_mcc.doc
  79. developer/autodocs/MCC_DateString.doc
  80. libs/date.readme
  81. .aminet-dir
  82. dev/mui
  83. .aminet-file
  84. MCC_DateString.lha
  85. .described-by
  86. Kai Hofmann <i07m@informatik.uni-bremen.de>
  87. .submittal
  88. Kai Hofmann <i07m@informatik.uni-bremen.de>
  89.